Klasse JsonPresenter
java.lang.Object
com.inet.pdfc.presenter.BasePresenter
com.inet.pdfc.presenter.JsonPresenter
- Alle implementierten Schnittstellen:
NamedExtension
A presenter to format the
Modifications of a comparison run to JSON Data.- Seit:
- i-net PDFC 4.0
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifikator und TypKlasseBeschreibungstatic classJSON format for differencesstatic classJSON format for result model for enduserstatic classJSON format for result model for enduserVon Klasse geerbte verschachtelte Klassen/Schnittstellen BasePresenter
BasePresenter.ERROR_SOURCE -
Feldübersicht
Von Klasse geerbte Felder BasePresenter
LOGGER, MAX_FILENAME_LENGTH -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden BasePresenter
canInformUserOnErrors, createExportFilename, detachFromModel, executeImmediately, getDefaultExportName, getLastPresenterException, getModel, getParent, getPresenterExceptions, onClear, onDataUpdate, onError, onFilterChange, onFinish, onInit, onProgressUpdate, setModel, setParent
-
Konstruktordetails
-
JsonPresenter
public JsonPresenter()
-
-
Methodendetails
-
getExtensionName
Returns the UNIQUE name of the extension. With UNIQUE referring to 'unique among all implementations of the same interface'- Gibt zurück:
- the UNIQUE name of the extension
-
onComparisonDone
Called to indicate that a comparison has finished. This does not imply that any page data or differences are available.- Angegeben von:
onComparisonDonein KlasseBasePresenter- Löst aus:
Exception- thrown in case the processing of the finish step fails- Seit:
- i-net PDFC 4.0
-
getJson
Return the JSON Data as String- Gibt zurück:
- JSON Data
- Seit:
- i-net PDFC 4.0
-
spawn
Creates another presenter of the the same type as the current one. The spawned presenter may either have the same settings as the current one or it may be a child of the current one.- Setzt außer Kraft:
spawnin KlasseBasePresenter- Parameter:
spawnWithParent- if true, the presenter is allowed to keep a reference to it's parent to create a summary on onFinish()- Gibt zurück:
- a new presenter for the same batch comparison run as the current one
-